home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 1995 #2 / Amiga Plus CD - 1995 - No. 2.iso / internet / faq / englisch / mailarchiveserver < prev    next >
Encoding:
Text File  |  1995-04-11  |  33.8 KB  |  926 lines

  1. Archive-name: mail/archive-servers/faq
  2. Last-modified: Sun Dec 18 18:11:13 MET 1994
  3. Version: $Id: archive_servers,v 2.5 1994/12/18 17:11:51 piero Exp $
  4.  
  5.  
  6.                       Mail Archive Server Software List
  7.          A Summary of Available Mail Archive Server Software
  8.              ---------------------------------------------------
  9.  
  10.                             by: Piero Serini
  11.                           piero@strider.inet.it
  12.  
  13.          $Id: archive_servers,v 2.5 1994/12/18 17:11:51 piero Exp $
  14.          (C)Jonathan I. Kamens 1991,1992,1993 - All Rights Reserved
  15.                (C) Piero Serini 1994 - All Rights Reserved
  16.  
  17.   Mail Archive Servers are programs  which  receive incoming  mail messages,
  18. interpret them, and take action based on them.  For example, two tasks which
  19. might  be  performed  by mail servers are handling  subscriptions to mailing
  20. lists and redistributing messages sent to the lists; and delivering files to
  21. users based on incoming requests.
  22.  
  23.   This posting focuses, primarily, on mail servers which run under UNIX. For
  24. each server listed below, I provide the following information, if known:
  25.  
  26.         Name
  27.         Author
  28.         Maintainer
  29.         Latest known version
  30.         How to get it
  31.         Implementation language
  32.         Supported platforms
  33.         Comments
  34.  
  35.   If you can fill any of the blanks or have  comments about anything written
  36. below, or if you have new servers to add to the list, please let me know. If
  37. you would like to ask me to change  this  posting in some way,  the method I
  38. appreciate most is for you to actually make  the desired  modifications to a
  39. copy of the posting, and then to send me the modified part or a context diff
  40. between my posted version and your modified version.   Submitting changes in
  41. this way makes dealing with them easier for me and helps to avoid  misunder-
  42. standings about what you are suggesting.
  43.  
  44. Please send all updates to MAS-FAQ@strider.inet.it
  45.  
  46. 0.0     Organization and availability
  47.  
  48.     This   FAQ  is  posted  monthly,  the  15th,  on  comp.mail.misc,
  49.     comp.sources.wanted, comp.answers and news.answers.
  50.  
  51.     It is available:
  52.     - from the above USENET groups
  53.     - from all the USENET archives
  54.     - ftp://ftp.netcom.com/pub/wu/wuapub/archive_servers/FAQ
  55.  
  56.     A  context diff file  containing the differences between this FAQ
  57.     and  the  previous   release   is   posted   on   comp.mail.misc,
  58.     comp.sources.wanted  and  is  available from the same site, in:
  59.     /pub/wu/wuapub/archive_servers/diffs.Z
  60.  
  61.     Many  thanks  to Larry Alexander and the maintainers of those ftp
  62.     sites for their cooperation.
  63.  
  64.     This  FAQ is NOT reposted if modified, until the next issue date.
  65.     I  will  modify  the ftp file only.  I  suggest using ftp to  get
  66.     the latest version of this document.
  67.  
  68.         This FAQ consists of four parts:
  69.         0.*     Organization.
  70.         (0.1    Copyright)
  71.         1.*     Software List.
  72.         2.*     Archivers, what they archive, how to download.
  73.         3.*     History and Contributors' list.
  74.  
  75.     At the end of this file you can also find:
  76.     - Copyright Notice
  77.     - Warranty Disclaimer
  78.     - Publishing Notes
  79.  
  80. 0.1    Copyright
  81.  
  82.     This FAQ is Copyright (C) 1994 by Piero Serini.
  83.     All Rights are reserved.
  84.     Please check the full Copyright notice, Warranty disclaimer and
  85.     Publishing notes at the end of this document.
  86.  
  87.  
  88. 1.0    Software List
  89.  
  90. Name:        Almanac
  91. Author:        Erik Bennett
  92. Author:        Chris Hansen
  93. Version:    1.5.1b
  94. Maintainer:    almanac-admin@oes.orst.edu
  95.  
  96. Implementation language: C (configured with Bourne shell)
  97. How to get it:    ftp://oes.orst.edu/pub/almanac/almanac-1.5.1b.tar.Z
  98. URL:        ftp://oes.orst.edu/pub/almanac/almanac-1.5.1b.tar.Z
  99.  
  100. Supported platforms: SunOS, HP/UX, UTek, AIX (RS 6000), most BSD 4.3
  101.  
  102. Comments:    (Chris Hansen <hansenc@oes.orst.edu>)
  103.     - Requires sendmail and gdbm
  104.     - Can split files on user-defined size limit
  105.     - Good user & admin documentation
  106.     - Has blacklist
  107.     - Logging (through syslog) and usage utilities
  108.     - Comes with supplement for automatic mailing list management
  109.     - Load checking or queuing left to sendmail
  110.     - Main advantage is configuration table:
  111.         Maps user commands to shell commands
  112.         Can have any number of user commands
  113.         Encoding, Filtering, Compression all configurable
  114.     - Most other things configurable
  115.     - Possible disadvantages:
  116.         Table can get complicated.
  117.         Good knowledge of shell advised).
  118.  
  119. Name:        B-Server
  120. Author:        Budi Rahardjo <rahardj@ccu.umanitoba.ca>
  121.  
  122. Implementation language: bourne shell
  123. How to get it:    Get "b-server.shar" from grasp1.
  124.  
  125. Comments:    (Dave Shaver <shaver@convex.com>):
  126.     - Don't need to create system-wide alias (uses sendmail
  127.       .forward file)
  128.     - One shell script
  129.     - Can refuse to provide service to certain people
  130.     - Has file and request limits
  131.     - 4 user commands: help, index, send, get
  132.  
  133. Comments:    (john.Latala@Waterloo.NCR.COM):
  134.     - Only does text files
  135.  
  136. Name:        Bart (Brode's Archive Retrieval Thang)
  137. Author:        Jon Brode <brode@icpsr.umich.edu>
  138. Version:    beta release
  139. Implementation Language: C
  140.  
  141. How to get it:    Send E-mail to <brode@icpsr.umich.edu> and ask for it.
  142. Support platforms: Expects BSD, sendmail and ndbm, but might work with
  143.                     some tweaking in other environments.
  144.  
  145. Comments:    (from the author)
  146.     - Beta release can be obtained from the author but should not
  147.       be redistributed; the final release will have more lenient
  148.       distribution conditions.
  149.     - Runs from alias or .forward file
  150.     - Very careful about not overloading server.
  151.       (does load checking on BSD machines, in addition to the
  152.       other things)
  153.     - 5 commands: help, index, path, send, sendb
  154.       "sendb" automatically encodes the file, "send" determines
  155.       whether the file needs to be encoded first
  156.     - Can request files by parts. Useful for requesting files
  157.       larger than quota and retrieving pieces that get lost in
  158.       the mail
  159.     - Can do per-user quota checking.
  160.     - It has a man page!
  161.     - Has uuencode encoding built into C code, does not support
  162.       other encoding types yet.
  163.     - No user error notification on bad requests.
  164.  
  165. Name:        Clarkson
  166. Author:        Michael DeCorte
  167.  
  168. How to get it:    Get "archive-server" from CLARKSON.
  169. Implementation language: bourne shell, awk
  170.  
  171. Comments:    (Tom Fitzgerald <fitz@wang.com>)
  172.     Advantages:
  173.       - Most flexible options for archiving, compressing, encoding
  174.         and slicing result.
  175.       - Very nice load-limiting.
  176.  
  177.     Disadvantages:
  178.       - Many BSDism's (I tried porting it to SysV without much luck).
  179.       - Can't return several requested items, one item per mail
  180.         message.
  181.       - It insists on packaging up all requests into a single
  182.         archive, splitting the archive at random points and mailing
  183.         the result.
  184.       - Can't store items compressed and have them mailed back to
  185.         the requestor decompressed.
  186.  
  187. Name:        DECWRL
  188. Author:        Brian Reid.
  189.  
  190. Implementation language: bourne shell, awk, a little bit of C
  191. How to get it:    - Get "decwrl.shar" from grasp1.
  192.         - ftp.cs.widener.edu:/pub/src/mail/archive.tar.Z
  193.           (slightly modified).
  194.  
  195. Comments:    (Dave Shaver <shaver@convex.com>)
  196.     - Written with many shell scripts and a few AWK scripts
  197.     - Very careful about not overloading server machine
  198.       (Remember, this used to run on an over-worked VAX.)
  199.     - Very easy to install; best of the group?
  200.     - Code is all quite generic
  201.     - Good at letting person making request know what happened
  202.       (No black holes for mail.)
  203.     - Good user-level docs (especially the "help" file)
  204.     - Very fair queuing system; people can't make "pigs" of
  205.       themselves
  206.     - 4 user commands: help, index, send, path
  207. Comments:    (Tom Fitzgerald <fitz@wang.com>)
  208.     Advantages:
  209.       - Simplest.
  210.       - Very nice load-limiting, can be set up to run only at night.
  211.       - Easily configurable, and portable to Sys V with a little work.
  212.     Disadvantages:
  213.       - All items in archive must be text, and are sent out as-is.  No
  214.         packaging options at all.
  215.       - Written in sh, may be a heavy system load (when running).
  216. Comments:    (Chris Siebenmann <cks@hawkwind.utcs.toronto.edu>)
  217.     We use the DECWRL server for the CA*NET info server; I picked
  218.     it over the other ones (primarily the Clarkson one) because it
  219.     was sufficiently small and clear that I could read all the
  220.     shell scripts and be pretty confidant that it had no surprises
  221.     and I understood what was going on. One could probably run it
  222.     out of a .forward file with some work writing at-based
  223.     frontends, but it prefers to be installed and run with cron
  224.     and an alias.
  225.  
  226. Name:        deliver
  227. Author:        Chip Salzenberg <chip@tct.com>
  228. Version:    2.1, patchlevel 10
  229.  
  230. How to get it:    From the comp.sources.reviewed archives.
  231. Implementation language: C
  232.  
  233. Comments:
  234.     This isn't a full-fledged archive server, it's just a
  235.     program to reroute incoming mail.  Which isn't to say that it
  236.     can't be used to write an archive server....
  237. Comments:    (Brian.Onn@Canada.Sun.COM)
  238.     I've written our mail based archive server entirely in Deliver
  239.     shell scripts.  It's not as full featured as the other ones,
  240.     but it can easily be expanded to become that.  The beauty of
  241.     deliver is that it is entirely shell script based.
  242. Comments:    (Daniel Simmons <simmdan@kenya.isu.edu>)
  243.     The real beauty of deliver is that it is an extension allowing
  244.     you to implement mail handling in ANY language: shell scripts,
  245.     perl, C, awk... haskell if you want and can make it understand
  246.     environment variables and read/write to stdin/stdout (I don't
  247.     know haskell well enough to know if this is possible).
  248.  
  249.     I have written a very successful mail processing system which
  250.     installs data files in our local Campus Wide Information
  251.     System using a single (and fairly short) perl script in
  252.     conjunction with deliver.
  253.  
  254.     One other comment is that deliver is very comparable to
  255.     procmail but much cleaner/simpler.
  256.  
  257. Name:        ftpmail
  258. Author:        Lee McLoughlin <lmjm@doc.ic.ac.uk>
  259. Version:    1.23
  260.  
  261. How to get it:    ftp://src.doc.ic.ac.uk/packages/ftpmail/ftpmail.tar.gz
  262. URL:        ftp://src.doc.ic.ac.uk/packages/ftpmail/ftpmail.tar.gz
  263.  
  264. Implementation language: perl
  265.  
  266. Supported platforms: SunOS, HP/UX,  AIX (RS 6000), BSD 4.3, System 5.4
  267. Comments:
  268.     - Can use both mail and sendmail to send reponses.
  269.     - With sendmail can also return MIME multipart responses.
  270.     - Supports mime, uuencode, atob, user selectable splitting.
  271.     - Built in logging.
  272.     - Very easy to install.
  273.     - Command compatible with ftpmail server at Decwrl.
  274.  
  275. Name:        KISS
  276. Author:        T. William Wells <bill@twwells.com>
  277. Version:    1.0
  278.  
  279. How to get it:    - Get "kiss.shar" from grasp1.
  280.         - Get "misc/kiss.shar" from JASON-ARCHIVE (slightly modified).
  281.  
  282. Implementation language: Bourne shell
  283.  
  284. Comments:    (Dave Shaver <shaver@convex.com>)
  285.     - Simple.  8-)
  286.     - One shell script, plus a user-supplied program
  287.     - No batching, quotas, or scheduling.
  288.     - 5 user commands: help, index, send, path, quit
  289.     - Good install docs
  290.  
  291. Name:        ListProcessor
  292. Author:        Anastasios C. Kotsikonas (tasos@cs.bu.edu)
  293. Version:    6.0c
  294.  
  295. How to get it:    - ftp://cs-ftp.bu.edu/pub/listserv/
  296.         - Via email to listproc@avs.com with the request:
  297.           "get listproc listproc6.0c.940712.0.sh".
  298. URL:        - ftp://cs-ftp.bu.edu/pub/listserv/
  299.  
  300. Implementation language: C, plus some UNIX-style shell scripts.
  301.  
  302. Supported platforms: UNIX, presumably.
  303.  
  304. Comments:    (from the author)
  305.     This is a system that implements various mailing lists with
  306.     one list manager. It is automated, and obliterates the need
  307.     for user intervention and maintenance of multiple aliases of
  308.     the form "list, list-owner, list-request", etc. There is
  309.     support provided for public and private hierarchical archives,
  310.     moderated and non-moderated lists, peer lists, peer servers,
  311.     private lists, address aliasing, news connec- tions and
  312.     gateways, mail queueing, digests, list ownership, owner
  313.     preferences, crash recovery, batch processing, confi- gurable
  314.     headers, regular expressions, archive searching, and live user
  315.     connections via TCP/IP.
  316.  
  317. Name:        Logix
  318. Author:        Jan-Piet Mens
  319. Version:    1.01
  320.  
  321. How to get it: Get the posting entitled "Mail-Server Part 01/01" from
  322.     the alt.sources archives.  An improved version (Bill Silvert's
  323.     -- see his comments below) is available via anonymous ftp from
  324.     /dfo/net/mail-servers/mail-server.tar.Z on biome.bio.ns.ca.
  325.  
  326. Implementation language: C
  327.  
  328. Comments:    (Bill Silvert <silvert@biome.bio.ns.ca>)
  329.     Changes I have made include support for optional (as opposed
  330.     to compulsary) uuencoding using the Dumas uuencode, which
  331.     makes it possible to run uudecode (the Dumas version) on a
  332.     complete multi-part mail file without editing it first, and
  333.     improved messages.
  334.  
  335. Name:        MailServ
  336. Author:        Dave DeBry <debry@peruvian.cs.utah.edu>
  337. Version:    1.4
  338.  
  339. How to get it:    Get the posting entitled "MailServ 1.4" from the
  340.         alt.sources archives.
  341.  
  342. Implementation language: C
  343.  
  344. Comments:    (from the author)
  345.     - allows for as many users as you want per list,
  346.     - users can be mailed to "quietly" (ie: their name won't be
  347.       found anywhere in the mailing... good for nosy sysadmins at
  348.       other sites),
  349.     - has a request server so users can get any files you make
  350.       available for them,
  351.     - handles subscribes and unsubscribes without bothering you,
  352.     - can archive off reflector mailing list posts,
  353.     - can announce to all list readers when someone subscribes or
  354.       unsubscribes,
  355.     - can be set to let people request a list of readers,
  356.     - does all the digest handling work for you,
  357.     - can upload (via ftp) each days digest to a given site for
  358.       archiving,
  359.     - can backup the userlist to a different disk/area/whatever,
  360.     - can post a FAQ to USENET periodically,
  361.     - announces when a message has been taken from USENET, so
  362.       people don't get that horrible deja vu feeling while reading
  363.       their mail,
  364.     - sends you a log of all the day's activities every night,
  365.     - lets you toggle all of these things for complete
  366.       customization,
  367.     - and much, much more!  (I should be an announcer for those
  368.       Remco ads, I know it.)
  369.  
  370.     MailServ isn't for the weak at heart.  It's not pretty, and
  371.     I'm releasing it to the net because several people have asked
  372.     for copies, and I'd like to know what changes are made to it.
  373.     If you don't know much about UNIX or mail, I wouldn't suggest
  374.     using MailServ until it gets a little bit nicer.
  375.  
  376. Name:        MailShare
  377. Author:
  378. Maintainer:
  379. Version:    1.0b7
  380.  
  381. How to get it:    ftp://ftp.qualcomm.com/quest/mac/servers/MailShare1.0b7.sea.hqx
  382. URL:    ftp://ftp.qualcomm.com/quest/mac/servers/MailShare1.0b7.sea.hqx
  383.  
  384. Implementation language:
  385.  
  386. Supported platforms: Macintosh
  387.  
  388. Comments:
  389.     I found refererence to this software on the USENET. I really
  390.     don't know anything else. I can't try it, as I haven't a Mac.
  391.  
  392.     If anybody has any info, plese mail them to me.
  393.  
  394. Name:        Mailagent
  395. Author:        Raphael Manfredi <ram@acri.fr>
  396. Version:    3.0
  397.  
  398. How to get it:    mail ram@acri.fr, Subject: Command, Body: @SH mailhelp PATH
  399.  
  400. Comments:    (From the README):
  401.     - This is a mailagent program, and it will take care of all your
  402.       incoming mail by applying a set of rules: a message can be saved
  403.       in a folder, left in the main mailbox, posted to a newsgroup,
  404.       forwarded to other people, split if it is a digest, etc...
  405.  
  406.     - There is a mailing list hosted in Japan and set up by Shigeya Suzuki
  407.       <shigeya@foretune.co.jp>, for discussion about the mailagent package
  408.       as a whole. It's a good place to ask questions (or answer them) and
  409.       to send your patches. I will post official patches to the net, as
  410.       well as to the agent-users list.
  411.  
  412.     - I have an automatic patch sender. Send me the following mail:
  413.         Subject: Command
  414.         @SH mailhelp PATH
  415.       and you'll get instructions (PATH stands for YOUR e-mail address)
  416.       I would recommend you to get all the issued patches before you
  417.       start making some modifications on this package.
  418.  
  419. Comments:    (Edward Feustel <efeustel@ida.org>):
  420.     - Mailagent has a distribution feature in which mail can request
  421.       that software be sent. In addition you get a good filtering
  422.       mechanism for regular mail.
  423.  
  424. Name:        Majordomo
  425. Author:        D. Brent Chapman <brent@GreatCircle.COM>
  426. Maintainer:    John P. Rouillard <rouilj@cs.umb.edu>
  427. Version:    1.92
  428.  
  429. How to get it:    ftp://FTP.GreatCircle.COM:/pub/majordomo/
  430.         Also, to get the FAQ send an e-mail message to
  431.         majordomo@pop.psu.edu, with the line "get file majordomo-faq
  432.         in the BODY.
  433. URL:        ftp://FTP.GreatCircle.COM:/pub/majordomo/
  434.  
  435. Implementation language: Perl and some C
  436.  
  437. Supported platforms: UNIX
  438.  
  439. Comments:    (from the author)
  440.     Majordomo is more of a mailing-list manager than an archive
  441.     server.  It has the concept of an "owner" for each list.  The
  442.     owner of a given list approves certain user "subscribe" and
  443.     "unsubscribe" commands (the ones that majordomo doesn't
  444.     automatically approve; for instance, if someone tries to
  445.     unsubscribe something other than their own email address from
  446.     a list, majordomo asks for approval).  Most list maintenance
  447.     is done for the owner by majordomo, and the rest can be done
  448.     by the owner using emailed commands to majordomo; the owner
  449.     doesn't need an account on the machine majordomo runs on.
  450.  
  451. Name:        MReply
  452. Author:        Tor Slettnes <tor@netcom.com>
  453. Maintainer:    Same
  454. Version:    1.6
  455.  
  456. How to get it:    - ftp://ftp.netcom.com/pub/tor/mreply/mreply16.tar.Z
  457.         - E-mail to tor@netcom.com, body: "SEND MREPLY".
  458. URL:        ftp://ftp.netcom.com/pub/tor/mreply/mreply16.tar.Z
  459.  
  460. Implementation language: C
  461.  
  462. Supported platforms: Unix. Developed under SunOS 4.1.3.
  463.  
  464. Comments:    (from the author)
  465.     * List maintenance via SUBSCRIBE, UNSUBSCRIBE, WHICH, CHANGE, etc.
  466.     * File server: SEND or receive plaintext or uuencoded files.
  467.     * Optional ACCESS codes to prevent unauthorized submissions.
  468.     * Built-in uudecode, uuencode, shar, and splitmail.
  469.     * Define your own commands in the configuration file.
  470.     * Let mailer optionally specify his/her own reply address.
  471.     * A number of built-in functions for flexible configuration.
  472.     * Automatically separates request mail from regular text.
  473.     * Filtering/forwarding of mails to user, pipe or mailbox.
  474.     * Multiple site configurations; server/client or local lookup.
  475.     * 'Local mode' lets you give commands interactively.
  476.     * Easy installation; no root privileges needed.
  477.     * Simple, yet powerful configuration; example:
  478.       .IF FILE $HOME/lists/your-list CONTAINS :ADDRESS:
  479.       .AND NOT FILE $HOME/lists/blacklist CONTAINS :ADDRESS:
  480.          .FORWARD | $HOME/bin/msend -q $HOME/lists/your-list
  481.       .ENDIF
  482.     * Comes with sample configuration file and mass-mailer script.
  483.     * Comes with manual page.
  484.  
  485.     For more information, demo's & such, send a HELP request to
  486.     either my private address or to notgnu-request@netcom.com.
  487.  
  488. Name:        NETLIB
  489. Author:        Jack J. Dongarra, Eric Grosse
  490.  
  491. How to get it:    Get "netlib from misc" from NETLIB.
  492.  
  493. Implementation language: C
  494.  
  495. Comments:    (Dave Shaver <shaver@convex.com>)
  496.     - User-level docs a bit rough.    Assumes user is quite mail
  497.       savvy.  (Not a fair assumption in my case.)
  498.     - Catches "pigs" effectively, but no queuing system for
  499.       requests.
  500.     - Notices attempted security violations using magic shell
  501.       characters
  502.     - Install docs adequate, but not outstanding
  503.     - Hard to install since site-specific stuff not centralized
  504.       in a config file.
  505.     - Has almost no interal documentation (i.e. comments)
  506.     - Eclectic mix of shell scripts and C programs
  507.     - Some sections of code very specific to serving libs.    Does
  508.       not generalize well to ASCII files.
  509. Comments:    Tom Fitzgerald <fitz@wang.com>
  510.     Advantages:
  511.       - Arbitrary directories can be made part of archives, archives
  512.         don't have to all be under a single directory tree.
  513.       - Written in C, probably imposes the least system load.
  514.       - Reasonably portable and configurable.
  515.     Disadvantages:
  516.       - Really complicated, with inadequate documentation
  517.       - No queuing or load-balancing.  All requested items are sent
  518.         out immediately regardless of system load.
  519.       - Poorest at figuring out return addresses.
  520.       - All items in archive are sent out as-is.No packaging options.
  521.         (They can be binary, they will be sent out uuencoded).
  522.  
  523. Name:        procmail
  524. Author:        Stephen R. van den Berg <berg@pool.informatik.rwth-aachen.de>
  525. Version:    3.03
  526.  
  527. How to get it:    - Get "procmail" from volume 43 of comp.sources.misc
  528.         archives.
  529.         - ftp.informatik.rwth-aachen.de:
  530.           /pub/packages/procmail/procmail.tar.gz
  531.         - By MIME mail, send
  532.           To: procmail-request@informatik.rwth-aachen.de
  533.           Subject: archive get procmail*.tar.gz
  534.         - By uuencoded (non-MIME) mail, send
  535.           To: procmail-request@informatik.rwth-aachen.de
  536.           Subject: archive get procmail*uue.*
  537.  
  538. Implementation language: C, plus some UNIX-style shell scripts.
  539.  
  540. Supported platforms: generic UNIX (or any posix compliant OS)
  541.  
  542. Comments:
  543.     Procmail is a program to parse incoming mail and sort/invoke other
  544.     programs based on the results, it can be used as a very reliable
  545.     frontend to some of the archive servers mentioned here.
  546.     It includes a utility program called formail, which is particularly
  547.     intelligent in figuring out return addresses and generating
  548.     auto-reply headers.
  549.  
  550. Comments:     (from the author)
  551.     Included is an extensive mailinglist/archive server package (based
  552.     upon procmail/formail).  Regarding the archive server part:
  553.     Advantages:
  554.     - Easy to install.
  555.     - Straightforward to operate (one tree, symbolic links allowed).
  556.     - Numerous others :-), but you'll have to get the FEATURES file
  557.       from the package.
  558.  
  559.     Disadvantages:
  560.     - Doesn't do special handling for binary files.
  561.     - Doesn't autosplit large files.
  562.     - Partly dependent on sendmail, though sufficiently compatible
  563.       mailers will do.
  564.     - No load balancing or queueing, relying on sendmail for that.
  565.  
  566. Name:        qdms
  567. Author:        Lars Magnusson <lmn@z.amu.se>
  568. Version:    1.0
  569.  
  570. How to get it:    - Get "qdms - a simple mailserver for cramped disks."
  571.         from the alt.sources archives.
  572.         - Get a (possibly more up-to-date) version from
  573.         mailserver@z.amu.se.
  574.  
  575. Implementation language: Bourne shell, requires shell functions
  576.  
  577. Comments:
  578.     Looks like it has some sort of access control and blacklisting.
  579.     I Don't know what else.
  580.  
  581. Name:        Relcom
  582. Author:        vak@kiae.su (Serge Vakulenko)
  583. Maintainer:    Same
  584. Version:    1.2
  585.  
  586. How to get it:    Send a message to mailserv@kiae.su with
  587.         "get relcom/unix/ms12.tar.Z" in the body.
  588.  
  589. Implementation language: C
  590.  
  591. Name:        RNALIB
  592. Author:        Paolo Ventafridda <venta@otello.sublink.org>
  593. Author:        Marco Lorenzini <marlor@gear.sublink.org>
  594. Version:    2.2 beta-3
  595.  
  596. Implementation language: bourne shell
  597.  
  598. How to get it:    - Get "rnalib2" from volume 15 of comp.sources.misc
  599.         archives.
  600.         - Get "RNALIB 2.2 beta" and "upgrade to beta-3" from
  601.         alt.sources archive on valhalla.ee.rochester.edu.
  602.  
  603. Comments:
  604.     - Completely implemented in one bourne shell script plus
  605.       several data files.
  606.     - Allows libraries to be all over the filesystem hiearchy
  607.       (i.e. not in fixed data directory).
  608.     - Understands a variety of packing formats, and detects binary
  609.       file automatically (and uuencodes them).
  610.     - Requires bourne shell with support for functions.
  611.     - Very poor address parsing.
  612.     - No queueing.
  613.     - Has "blacklists" to prevent people from transferring and
  614.       "whitelists" to allow specific people to tell the server to
  615.       deliver to third parties.
  616.     - Detects "hogs" and imposes maximum credit limits.
  617.  
  618. Name:        The ServiceMail Toolkit, by Enterprise Integration Technologies
  619. Author:        Jay C. Weber <weber@eitech.com>, et al.
  620. Maintainer:    servicemail-help@eitech.com
  621. Version:    v2.0 5-10-93
  622.  
  623. How to get it:    ftp://eitech.com/svcmail-2.0.tar.Z
  624.  
  625. Implementation language(s): C, Tcl
  626.  
  627. Supported platforms:  SunOS, Ultrix, (probably anything that supports Tcl)
  628.  
  629. Comments:    (Bob Bagwill <bagwill@swe.ncsl.nist.gov>)
  630.     - Easy to install (using default installation configuration).
  631.     - Multimedia Email SHell (MESH) uses MIME message formats.
  632.     - Services are implemented in Tcl.
  633.     - Includes subset of listserv functions.
  634.     - Documentation is skimpy.
  635. Comments:    (Jay Weber <weber@eitech.com>)
  636.         - Documentation is better in 2.0
  637.         - Includes support for queueing, logging
  638.  
  639. Name:        SmartList
  640. Author:        Stephen R. van den Berg <berg@pool.informatik.rwth-aachen.de>
  641. Version:    3.03
  642.  
  643. How to get it:    - Get "SmartList" from volume 43 of comp.sources.misc
  644.           archives.
  645.         - ftp.informatik.rwth-aachen.de:
  646.           /pub/packages/procmail/SmartList.tar.gz
  647.         - By MIME mail, send
  648.           To: procmail-request@informatik.rwth-aachen.de
  649.           Subject: archive get SmartList*.tar.gz
  650.         - By uuencoded (non-MIME) mail, send
  651.           To: procmail-request@informatik.rwth-aachen.de
  652.           Subject: archive get SmartList*uue.*
  653.  
  654. Implementation language: C, plus some UNIX-style shell scripts.
  655.  
  656. Supported platforms: generic UNIX (or any posix compliant OS)
  657.  
  658. Comments:
  659.     A comprehensive mailinglist/archive server package (based upon
  660.     procmail/formail).
  661.     - Easy to install.
  662.     - An arbitrary number of mailinglists can be managed by any
  663.       number of individuals per mail (i.e. they do not need an account
  664.       on the server).
  665.     - Accepts arbitrary formats for (un)subscribe requests, i.e. people
  666.       will not need to remember any particular syntax.
  667.     - Automated handling of bouncing mails.
  668.     - The mailinglists and archive servers use the INTERNET-standard
  669.       -request convention for administrative requests.
  670.     - The archive server fully supports MIME.  I.e. arbitrary length
  671.       files can be retrieved (they automatically become a multipart
  672.       message), binary files can be retrieved, auto-recognition of
  673.       the file types (i.e. particularly well suited as a document server).
  674.     - Limited load balancing, relies mostly on the mail system for that.
  675.  
  676. Name:        Squirrel Mail Server
  677. Author:        Johan Vromans <jv@NL.net>
  678. Version:    3.1B
  679.  
  680. How to get it:  Send a mail message to <mail-server@NL.net> with 
  681.         contents
  682.             begin
  683.             send mail-server
  684.             end
  685.  
  686. Implementation language: perl
  687.  
  688. Description:    (from the author)
  689.     The Squirrel Mail Server is a mail response program. You can
  690.     send email to it, and it will try to react sensible to your
  691.     message. 
  692.  
  693.     Main purpose of the mail server is to obtain files from a
  694.     local archive or FTP server, but other functions can be added
  695.     easily.
  696.  
  697.     The Squirrel Mail Server Software is distributed under the
  698.     terms of the GNU Public Licence.
  699.  
  700.     New and improved features in version 3.1:
  701.  
  702.       - Transparent (anonymous) FTP interface. You can fetch files
  703.         from remote FTP servers. Files retrieved are cached
  704.         locally, so subsequent requests can be honoured from the
  705.         cache.
  706.  
  707.       - Delivery can take place via email or uucp or both.
  708.         Delivery via UUCP can be made preferred.
  709.         FTP requests can be restricted to UUCP delivery.
  710.  
  711.       - Files can be automatically compressed, and directories can
  712.         be automatically packed using one of several common
  713.         methods (e.g. zip, zoo or compressed tar).
  714.  
  715.       - Multiple servers can be installed using the same software.
  716.  
  717.       - The server can be used interactively, e.g. from a
  718.         terminal, or via telnet/inetd.
  719.  
  720.       - Command parsing and execution is table driven, so it is
  721.         very easy to extend the mail server functions.
  722.  
  723.       - Rewritten and enhanced user documentation and
  724.         installation docs. Also available in nicely formatted
  725.         (PostScript) format.
  726.  
  727.     A brief survey of old and new features:
  728.  
  729.       - All written in perl, hence portable and easily
  730.         maintainable.  Code is readable; useful, plentiful
  731.         comments. Very extentable and easily modified.
  732.       - Easy to use and to install. Over 2000 lines of
  733.         documentation. 
  734.       - Good at letting person making request know what happened.
  735.         Good "help" reply.
  736.       - Archives can be split over a number of directories or file
  737.         systems.
  738.       - Requests are queued and processed by a separate daemon
  739.         process (e.g. from cron). This cuts down on the system
  740.         load. Moreover, you can control when the queue is being
  741.         run.
  742.       - Requests can be honoured `as is' (name the file and you'll
  743.         get it), but the server can also perform directory
  744.         searches and index file lookup.  You need GNU find and
  745.         locate for the index lookup feature.
  746.       - While looking for files, the server knows about commonly
  747.         handled filenames (e.g. ".tar.Z" in "foo.tar.Z") and
  748.         pseudo-standard version numbering (e.g. "gcc-2.1.tar.Z").
  749.         It is quite well possible that a simple request for
  750.         "emacs" will actually transmit the file
  751.         "gnu/emacs-18.58/dist/emacs-18.58.tar.Z".
  752.       - Requests can be encoded using a number of encoding
  753.         schemes, e.g.  uuencode, xxencode, Dumas' uue and btoa.
  754.       - Requests that are too large to send in one piece are
  755.         automatically split and transferred in parts. The server
  756.         provides a smart unpacking program on request,
  757.       - Parts of requests can be re-transmitted in case of
  758.         failure.
  759.       - Requests can designate a directory. In this case the whole
  760.         directory tree is packed using some popular packing
  761.         programs (compressed tar, zoo or zip).
  762.       - Requests can be sent by email, or via uucp.
  763.       - The server can be asked to return a list of archive
  764.         entries that match a given request, thus obsoleting the
  765.         need to transfer huge "ls-lR" type index files to find out
  766.         whatsitcalled.
  767.       - All transfers are logged. Maintenance procedures
  768.         include a reporting tool.
  769.  
  770.     Probable future directions:
  771.  
  772.       - Automatic (and transparent) downloading of unknown archive
  773.         entries from other archive servers.
  774.       - Archive lookup by keyword.
  775.       - Notifier services (you'll be notified if archive entries
  776.         are added).
  777.       - Remote maintenance of the archives.
  778.  
  779.     Requirements:
  780.  
  781.       - Perl 4.0 patchlevel 36 or later.
  782.       - GNU find 3.6 or later (only if you want to exploit the
  783.         index features).
  784.       - A decent mail system that can deliver mail to a process
  785.         (sendmail, smail3, or smail2.5 w/ mods).
  786.  
  787.     Mailing list:
  788.  
  789.       A mailing list exists for sites that are running the
  790.       Squirrel Mail Server software. You can subscribe by sending
  791.       a mail to <squirrel-server-request@NL.net>.
  792.  
  793.  
  794. 2.0    Archivers, what they archive, how to download
  795.  
  796.               Archive Site Instructions
  797.               -------------------------
  798.  
  799. CLARKSON:
  800.     Send  mail  to  "archive-server@sun.soe.clarkson.edu"  with "send
  801.     <what you want>" as the text of the message, e.g. "send  archive-
  802.     server".   If you want it to be archived as a shar file, then add
  803.     a line saying "archiver shar" before the "send"  line.   You  can
  804.     also  use "archiver tar".  If you don't specify an archiver, then
  805.     the files in the request will be separated by "--- cut here  ---"
  806.     lines  and you'll have to extract them by hand or write some sort
  807.     of script to do it.
  808.  
  809. grasp1:
  810.     Ftp  to  grasp1.univ-lyon1.fr  and  look  in  pub/unix/mail/mail-
  811.     servers, or use the FTP-by-mail  server  at  ftpmail@grasp1.univ-
  812.     lyon1.fr,  or use an FTP-by-mail server closer to you if there is
  813.     one.
  814.  
  815. JASON-ARCHIVE:
  816.     Send mail to "penneyj@slc.com" with a subject line containing the
  817.     string "jason-archive-request" and a body containing "send  <what
  818.     you  want>",  e.g.  "send  misc/kiss.shar".  If you want multiple
  819.     files, you can specify multiple requests on separate lines of the
  820.     file.
  821.  
  822. NETLIB:
  823.     Send  mail  to  "netlib@research.att.com"  with  "send  <what you
  824.     want>", e.g. "send netlib from misc", as the text of the message.
  825.  
  826. UTRECHT:
  827.     Anonymous ftp to ftp.cs.ruu.nl and look in the directory /pub, or
  828.     send mail to "mail-server@cs.ruu.nl" with the lines:
  829.  
  830.         begin
  831.         send <filename>
  832.         end
  833.  
  834.     You replace "<filename>" with the file you want to retrieve, e.g.
  835.     "send UNIX/mailserver.tar.Z".
  836.  
  837. 3.0    History and Contributors
  838.  
  839.     This   FAQ  was  originally  maintained  by  Jonathan  I.  Kamens
  840.     (jik@security.ov.com). He's now in the need of  a  subsitute,  so
  841.     I'm  taking  care of it. Needless to say, most of the work herein
  842.     is Jonathan's.
  843.  
  844.     The  following  people, in chronological order, provided comments
  845.     about and corrections to this posting:
  846.  
  847.     - John Bazik <jsb@cs.brown.edu>
  848.     - Stephen R. van den Berg <berg@pool.informatik.rwth-aachen.de>
  849.     - Warren Burstein <warren@itex.jct.ac.il>,
  850.     - Nigel Metheringham <nigelm@ohm.york.ac.uk>
  851.     - Mike Northam <mbn@fpssun.fps.com>
  852.     - Chip Salzenberg <chip@tct.com>
  853.     - Serge Vakulenko <vak@kiae.su>
  854.     - Johan Vromans <jv@NL.net>
  855.       Tue, 1 Feb 1994 15:26:54 +0100 about Squirrel Mail Server
  856.     - Edward Feustel <efeustel@ida.org>
  857.       Wed, 16 Feb 94 10:02:14 EST asking Mailagent 3.0
  858.     - Robert Nicholson <robert@steffi.demon.co.uk>
  859.       Sat, 16 Apr 94 15:21 BST about Procmail
  860.     - Tor Slettnes <tor@netcom.com>
  861.       Mon, 18 Apr 94 15:41:51 -0700 about MReply
  862.     - David Barr <barr@pop.psu.edu>
  863.       Fri Sep 16 10:36:14 MET DST 1994 about Majordomo
  864.  
  865.     I'm  sorry if your name should appear here and it doesn't. Bug me
  866.     and I'll add you.
  867.  
  868.  
  869.                 =+=+=+=+=+=+
  870.  
  871. Copyright Notice
  872.  
  873.     This FAQ is Copyright (C) Piero Serini.  All Rights are reserved.
  874.  
  875.     Permission  to use, copy and distribute this FAQ, or parts there-
  876.     of, by any means and for any purpose is hereby granted,  provided
  877.     that  both  the above Copyright notice and this permission notice
  878.     appear in all copies of the FAQ itself.
  879.  
  880.     Reproducing this FAQ or parts thereof by any means, included, but
  881.     not limited to, printing, copying existing prints, publishing  by
  882.     electronic or other means, implies full agreement to the Publish-
  883.     ing Notes (see below).
  884.  
  885.     Distribution of this file via USENET news is always permitted.
  886.  
  887. Warranty Disclaimer
  888.  
  889.     THIS  FAQ IS PROVIDED BY THE AUTHOR ``AS IS'', AND ANY EXPRESS OR
  890.     IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED  TO,  THE  IMPLIED
  891.     WAR- RANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PUR-
  892.     POSE ARE DISCLAIMED.
  893.     IN  NO  EVENT  SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE FOR ANY
  894.     DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY,  OR  CONSEQUEN-
  895.     TIAL  DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUB-
  896.     STITUTE GOODS OR SERVICES; LOSS OF  USE,  DATA,  OR  PROFITS;  OR
  897.     BUSINESS  INTERRUPTION)  HOWEVER CAUSED AND ON ANY THEORY OF LIA-
  898.     BILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
  899.     NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THE
  900.     INFORMATIONS HEREIN CONTAINED, EVEN IF ADVISED OF THE POSSIBILITY
  901.     OF SUCH DAMAGE.
  902.  
  903. Publishing Notes
  904.  
  905.     If  you  want to publish this FAQ by any means, electronically or
  906.     otherwise, you can do it, provided the following  conditions  are
  907.     met:
  908.  
  909.     1) The  above Copyright Notice  and Warranty Disclaimer appear in
  910.        their entirety in all copies you publish;
  911.     2) You notify me by e-mail that you will publish this FAQ;
  912.     3) You use the latest version of the FAQ you can get;
  913.     4) You let people know where to find updated versions of the FAQ;
  914.     5) Any modifications (other than typesetting changes) you make to
  915.        it are clearly designated as your modifications;
  916.  
  917.     You  shall  also send me a copy of the published material, in its
  918.     entirety, free of charge. Should this not be possible, due to le-
  919.     gal  or  other  restrictions,  please send me the part containing
  920.     this FAQ, with full references to the  published  material  (i.e.
  921.     ISBN or any- thing else to identify it), free of charge.
  922.  
  923. ----------------------
  924. *** END of Mail Archive Servers FAQ *** This file has not been truncated
  925.  
  926.